FtMscLibEx GetInIOValue Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

API 3.17
GetInIOValue
Function reads the current value of a universal input from the transfer area and makes it
available to an application. The values of the universal inputs come as a response to an IO
request from the ROBO TX Controller and are updated in the transfer area.

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint GetInIOValue(
	FtDeviceID devId,
	FtInput ioId,
	ref short value,
	ref uint overrun
)

Parameters

devId
Type: FischerTechnik.FtMscLib.Enumurations FtDeviceID
controller ID (master or extension controller)
ioId
Type: FischerTechnik.FtMscLib.Enumurations FtInput
index, universal input (0 to 7)
value
Type: System Int16 
value
overrun
Type: System UInt32 
overrun message
FALSE: no overrun
TRUE: overrun

Return Value

Type: UInt32

[Missing <returns> documentation for "M:FischerTechnik.FtMscLib.API.FtMscLibEx.GetInIOValue(FischerTechnik.FtMscLib.Enumurations.FtDeviceID,FischerTechnik.FtMscLib.Enumurations.FtInput,System.Int16@,System.UInt32@)"]

Remarks

overrun is a BOOL32 type in C
See Also

Reference